.slide {
	
	margin: 0 auto;
	height: 712px;
    background-color: #333333;
	
    overflow: hidden;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.slide ul img{
    max-width: none;
    width: 100%;
    height:auto;
}

.slide ul img.abs{
    max-width: none;
    width: 1920px;
    height:712px;
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 50%;
    margin-top: -281px;
}
.slide_wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	*zoom:1;
}
.slide_c {
	float:left;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	overflow: hidden;
	z-index: 1;
}

.slide_tool {
	position: absolute;
	z-index: 98;
	width: 100%;
	height: 58px;
    line-height: 58px;
    margin-top: -58px;
    background: rgba(0,0,0,.5);
}


.slide_nav{
    width: 20%;
    line-height: 58px;
    float: left;
    text-align: center;
    font-size: 16px
}
.slide_nav a{
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    color: #fff;
}
.slide_nav a.on{
    display: inline-block;
}


.slide_search{
    width: 80%;
    float: left;
}


.arrs.unable {
	cursor: default;
}
.arrs {
	cursor: pointer;
	z-index: 99;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    opacity: 0;
    font-family: 'salong';
    font-size: 36px;
    line-height: 60px;
    width: 48px;
    height: 60px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    cursor: pointer;
    position: absolute;
    text-align: center;
}
.arr_next {
    right: 20px;
}
.arr_prev {
    left: 20px;
}
.indexbanner:hover .arr_next {
    right: 0;
}
.indexbanner:hover .arr_prev {
    left: 0;
}
.indexbanner:hover .arrs {
    opacity: 1;
}
.indexbanner .arrs:hover {
    
    color:#fff;
}
.arrs:before{
    font-family:"iconfont" !important;
    font-style:normal;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.2px;
}
.arrs.arr_next:before{content: '\e6b5';}
.arrs.arr_prev:before{content: '\e6b6';}